home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 September / EnterCD 9_2004.iso / Gry / Crystal Cave 1.7 / CrystalCaveInstall.exe / doc / files / cc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-02-14  |  844 b   |  51 lines

  1. BODY
  2. {
  3.     SCROLLBAR-FACE-COLOR: #4B413C;
  4.     SCROLLBAR-HIGHLIGHT-COLOR: #736357;
  5.     SCROLLBAR-SHADOW-COLOR: #736357;
  6.     SCROLLBAR-3DLIGHT-COLOR: #736357;
  7.     SCROLLBAR-ARROW-COLOR: white;
  8.     SCROLLBAR-TRACK-COLOR: #736357;
  9.     SCROLLBAR-DARKSHADOW-COLOR: #736357;
  10.     FONT-SIZE: 12px;
  11.     FONT-FAMILY: Arial;
  12.     COLOR: black;
  13.     BACKGROUND-IMAGE: url(bgr.gif);
  14. }
  15.  
  16.  
  17. span.title {
  18.   font: bold 16px arial;
  19.   color: white;
  20. }
  21.  
  22. td {
  23.   font: bold 12px arial;
  24.   color: silver;
  25. }
  26.  
  27. a.menu {
  28.   font: bold 12px arial;
  29.   color: white;
  30.   text-decoration: none;
  31. }
  32.  
  33. a.menu:hover {
  34.   font: bold 12px arial;
  35.   color: #6ff;
  36.   text-decoration: none;
  37. }
  38.  
  39. a {
  40.   font: bold 12px arial;
  41.   color: #f90;
  42.   text-decoration: none;
  43. }
  44.  
  45. a:hover {
  46.   font: bold 12px arial;
  47.   color: #ff0;
  48.   text-decoration: underline;
  49. }
  50.  
  51.